vcNextProcessFlowInfo
Next process flow info indicates a direction (inexact location) in product flow, with extra parameters (ForceExactFlowStep/ForceExactProcessGroup) to indicate how to evaluate this direction. Internally, it will be expanded into multiple feed option flow info objects, which in turn will be used for Feed-Need matching. Used in product's next process flow info.
See in: Overview
Module: vcProcessModel
Parent: -
Children -
Referenced by: vcProduct.NextProcessFlowInfo, vcProductNeedFeedMatch.SelectedProcessFlowInfo
Properties
Learn how to use properties here. The properties are also inherited from the parent class.
| Name | Type | Access | Description |
| FlowStep | vcProcessFlowStep | RW | Gets or sets process flow step. |
| ForceExactFlowStep | Boolean | RW | Gets or sets the state, the expansion into feed option flow info objects may result in multiple options with multiple flow steps (e.g., when given flow step is Optional). Setting this to True will filter the results to contain only the given flow step. |
| ForceExactProcessGroup | Boolean | RW | Gets or sets the state, the expansion into feed option flow info objects may result in multiple options with multiple process groups (e.g., when given flow step contains multiple process groups).See moreSetting this to True will filter the results to contain only the given process group (based on group Id). |
| Group | vcProcessGroup | RW | Gets or sets process group inside the flow step. |
Methods
Learn how to use methods here. The methods are also inherited from the parent class.
| Name | Return Type | Parameters | Description |
| new | vcNextProcessFlowInfo | None | Creates an empty next process flow info. |